<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Data Access Language</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Data_Access_Language"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Data_Access_Language rootpage-Data_Access_Language skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Data Access Language</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><p><b>Data Access Language for the Macintosh</b>, or simply <b>DAL</b>, was a <a href="SQL" title="SQL">SQL</a>-like language and <a href="Application_programming_interface" class="mw-redirect" title="Application programming interface">application programming interface</a> released by <a href="Apple_Computer" class="mw-redirect" title="Apple Computer">Apple Computer</a> in 1990 to provide unified <a href="Client/server" class="mw-redirect" title="Client/server">client/server</a> access to <a href="Database_management_system" class="mw-redirect" title="Database management system">database management systems</a>. It was known for poor performance and high costs, something Apple did little to address over its short lifetime, before it was sold off in 1994. DAL is used as the native SQL dialect of the <a href="PrimeBase" title="PrimeBase">PrimeBase</a> SQL server, as well as the now-defunct <a href="Butler_SQL" title="Butler SQL">Butler SQL</a>.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="History">History</h2></div>
<p>DAL started as a 3rd-party product, <b>CL/1</b> (<i>Connectivity Language One</i>), from a small vendor, Network Innovations. Apple purchased the company in 1988,<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> during a time that client/server databases were becoming a hot issue in the industry. They released their first version of the re-branded software in 1989, for <a href="MVS" title="MVS">MVS</a>, and followed with other versions over the next year or so.
</p><p>DAL suffered from most Apple problems of the early 1990s, notably an alternating level of support in which Apple would aggressively promote the product and then ignore it. Throughout, the company struggled with promoting the system as a cross-platform standard, or as a Mac-only technology.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> DAL's release was also coincident with Apple's fall from grace in the business world, and not coincidentally with <a href="Microsoft" title="Microsoft">Microsoft</a>'s <a href="ODBC" class="mw-redirect" title="ODBC">ODBC</a> efforts.
</p><p>DAL appears to have seen little use, and eventually Apple sold it to Independence Technologies in 1994, during a sell-off of a number of "high-end" packages such as their <a href="X.400" title="X.400">X.400</a> server and an <a href="Systems_Network_Architecture" title="Systems Network Architecture">SNA</a> client.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> Independence Technologies was a <a href="Middleware" title="Middleware">middleware</a> vendor, better known as a major reseller of the <a href="Tuxedo_(software)" title="Tuxedo (software)">Tuxedo</a> product for <a href="Unix" title="Unix">Unix</a>. In 1995 <a href="BEA_Systems" title="BEA Systems">BEA Systems</a> bought the company, and in turn sold it to <a href="UniPrise_Systems" title="UniPrise Systems">UniPrise Systems</a> in late 1996. No releases took place during this period.
</p>
<div class="mw-heading mw-heading2"><h2 id="Description">Description</h2></div>
<p>Like Oracle's <a href="PL/SQL" title="PL/SQL">PL/SQL</a> or Microsoft's <a href="Transact-SQL" title="Transact-SQL">Transact-SQL</a>, DAL is essentially an extended version of SQL supporting basic query functionality and adding clean syntax for cursor operations, logic, and loops.
</p><p>When sent a command, early versions of Apple's DAL interpreter broke down the statement and re-built it into subqueries for the underlying data sources. This translation took place on the <a href="Server-side" class="mw-redirect" title="Server-side">server-side</a>, just like PL/SQL and Transact-SQL, but required a fairly expensive "adaptor" program of often dubious performance. This adaptor made DAL considerably less appealing than later systems like <a href="ODBC" class="mw-redirect" title="ODBC">ODBC</a>, where the translation normally takes place on the client side and is typically included for free with the <a href="Database_engine" title="Database engine">database engine</a>. The downside to the ODBC approach is that, theoretically at least, more network bandwidth is used up to pull the "raw data" to the client machine for processing back into a standard format.
</p><p>On the client end, DAL was originally accessed directly through a <a href="Extension_(Mac_OS)" title="Extension (Mac OS)">system extension</a> (named simply "DAL" in System 7), but it was later rolled into a single ODBC-like driver layer, the <a href="Data_Access_Manager" title="Data Access Manager">Data Access Manager</a> (DAM). DAM was ODBC-like in concept, but did not include the SQL layers, it was strictly a system for sending "opaque" queries and receiving result sets. DAM also included the concept of a "query document" that allowed the DAL (or other) queries to be written in an <a href="Authoring_system" title="Authoring system">authoring system</a> and then easily used in any client application.
</p>
<div class="mw-heading mw-heading2"><h2 id="Servers_and_clients">Servers and clients</h2></div>
<p>One of the more common clients for DAM was <a href="HyperCard" title="HyperCard">HyperCard</a>. The combination of HyperCard and DAL presented a serious challenge to existing vendors who could offer nothing with a GUI. Apple gave a series of demos of HyperCard/DAL, and soon <a href="Oracle_Corporation" title="Oracle Corporation">Oracle Corporation</a> purchased a HyperCard-clone, <a href="WinPlus" title="WinPlus">PLUS</a> from <a href="Spinnaker_Software" title="Spinnaker Software">Spinnaker Software</a>, to produce <a href="Oracle_Card" class="mw-redirect" title="Oracle Card">Oracle Card</a>.
</p><p>For much of the 1990s a direct-DAL database server was available on the Macintosh, <a href="Butler_SQL" title="Butler SQL">Butler SQL</a>. However, like any server software on the "classic" Mac OS, Butler was seriously hampered by the Mac's single-user <a href="File_system" title="File system">file system</a> and limited <a href="Computer_multitasking" title="Computer multitasking">multitasking</a> and could never really deliver the sort of performance the same server would have on <a href="Windows_NT" title="Windows NT">Windows NT</a> or <a href="Unix" title="Unix">Unix</a>.
</p><p>The <a href="PrimeBase" title="PrimeBase">PrimeBase</a> division of German software developer SNAP Innovation GmbH continues to support DAL in their cross platform SQL database server (originally known as P.INK SQL). Their extended version of DAL is called PrimeBaseTalk (PBT) and is fully backward compatible with DAL. Their architecture does not include Data Access Manager and the resulting performance gains are considerable.
</p><p>IBM made available a DAL Server for the <a href="IBM_i" title="IBM i">AS/400 platform</a> in 1995.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://books.google.com/books?id=jspVAAAAMAA">"Apple Acquires Network Innovations"</a>, <i>Wheels for the Mind</i>, Boston College, 1988</span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text">Jeff Moad, <a rel="nofollow" class="external text" href="https://books.google.com/books?id=uRlJAQAAIAAJ">"Apple Says Yes to SQL"</a>, <i>Datamation</i>, 1990</span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.xcbronline.com/news/apple_divests_data_access_language_snaps_takes_bedrock">"Apple Divests Data Access Language, SNAps, take Bedrock"</a>, <i>Computer Business Review</i>, 26 January 1994</span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.ibm.com/common/ssi/cgi-bin/ssialias?infotype=DD&subtype=SM&htmlfid=897/ENUS5733-CSR">IBM AS/400 Client Series End User Products</a>, IBM</span>
</li>
</ol></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-04-19" href="https://en.wikipedia.org/wiki/?title=Data_Access_Language&oldid=1286363207">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>